Skip to content

Conversation

@verfriemelt-dot-org
Copy link

Context

after we hit some issues with fpm and k8s and the respective probes i dicided it would be a saner approach to use /ping for actual "ping" checks to see if the service is alive at all.

previosly i used a simple connect via cgi-fcgi -bind -connect 127.0.0.1:9000 which triggered a nasty phpbug which is currently still open: php/php-src#15395
after switching livenessProbe to just php-fpm-healthcheck we found another php bug php/php-src#13437

in order to work around that, i propose to use the actual /ping page and make this the default, while not specifiying any test-arguments.

Changes

  • Tests included
  • Documentation updated
  • Commit message is clear

what do you think about this aproach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant